projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3647395
)
ci: Drop `SKIP_INSTALLDEPS=1`
author
Colin Walters
<walters@verbum.org>
Sun, 3 Dec 2023 20:24:52 +0000
(15:24 -0500)
committer
Colin Walters
<walters@verbum.org>
Fri, 12 Apr 2024 20:16:21 +0000
(16:16 -0400)
Right now there's skew where we don't have composefs-devel
in the buildroot. In general this optimization isn't worth it.
.cci.jenkinsfile
patch
|
blob
|
history
diff --git
a/.cci.jenkinsfile
b/.cci.jenkinsfile
index 1f41be1a1920a118c5390ca4b5e6123daf0df98f..d586edde6c6e05f2f5f717a26801175667fe8ecc 100644
(file)
--- a/
.cci.jenkinsfile
+++ b/
.cci.jenkinsfile
@@
-18,7
+18,7
@@
stage("Build") {
git fetch origin --tags
git submodule update --init
- env MAKE_JOBS=${n}
SKIP_INSTALLDEPS=1
./ci/build.sh
+ env MAKE_JOBS=${n} ./ci/build.sh
""")
}
stage("Unit tests") {